(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/icon.h>
struct DiskObject * GetDiskObjectNew()
SYNOPSIS
UBYTE * name
LOCATION
In IconBase at offset 22
FUNCTION
Tries to open the supplied info file via GetDiskObject(). If this not succeeds it will try to read the default info file for that type of file.
INPUTS
name
name of the file to read an icon for.
RESULT
DiskObject - pointer ta diskobject struct.
NOTES
EXAMPLE
BUGS
SEE ALSO
GetDiskObject()
,
GetDefDiskObject()
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen